From f3630587a2e44574384eb73ef5343da9d2a9706f Mon Sep 17 00:00:00 2001 From: Vitaly Tishkov Date: Mon, 13 May 2002 14:16:03 +0000 Subject: [PATCH] gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typos 2002-05-13 Vitaly Tishkov * gtk/gtkfilesel.c * gtk/gtkplug.c * gtk/gtkwidget.c * gtk/gtkwindow.c a few typos in docs were fixed --- ChangeLog | 8 ++++++++ ChangeLog.pre-2-10 | 8 ++++++++ ChangeLog.pre-2-2 | 8 ++++++++ ChangeLog.pre-2-4 | 8 ++++++++ ChangeLog.pre-2-6 | 8 ++++++++ ChangeLog.pre-2-8 | 8 ++++++++ gtk/gtkfilesel.c | 2 +- gtk/gtkplug.c | 6 +++--- gtk/gtkwidget.c | 2 +- gtk/gtkwindow.c | 2 +- 10 files changed, 54 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 42267390ee..4c0ea57ec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-05-13 Vitaly Tishkov + + * gtk/gtkfilesel.c + * gtk/gtkplug.c + * gtk/gtkwidget.c + * gtk/gtkwindow.c + a few typos in docs were fixed + 2002-05-10 Daniel Elstner [ merge from stable ] diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 42267390ee..4c0ea57ec0 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +2002-05-13 Vitaly Tishkov + + * gtk/gtkfilesel.c + * gtk/gtkplug.c + * gtk/gtkwidget.c + * gtk/gtkwindow.c + a few typos in docs were fixed + 2002-05-10 Daniel Elstner [ merge from stable ] diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 42267390ee..4c0ea57ec0 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,11 @@ +2002-05-13 Vitaly Tishkov + + * gtk/gtkfilesel.c + * gtk/gtkplug.c + * gtk/gtkwidget.c + * gtk/gtkwindow.c + a few typos in docs were fixed + 2002-05-10 Daniel Elstner [ merge from stable ] diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 42267390ee..4c0ea57ec0 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +2002-05-13 Vitaly Tishkov + + * gtk/gtkfilesel.c + * gtk/gtkplug.c + * gtk/gtkwidget.c + * gtk/gtkwindow.c + a few typos in docs were fixed + 2002-05-10 Daniel Elstner [ merge from stable ] diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 42267390ee..4c0ea57ec0 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +2002-05-13 Vitaly Tishkov + + * gtk/gtkfilesel.c + * gtk/gtkplug.c + * gtk/gtkwidget.c + * gtk/gtkwindow.c + a few typos in docs were fixed + 2002-05-10 Daniel Elstner [ merge from stable ] diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 42267390ee..4c0ea57ec0 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +2002-05-13 Vitaly Tishkov + + * gtk/gtkfilesel.c + * gtk/gtkplug.c + * gtk/gtkwidget.c + * gtk/gtkwindow.c + a few typos in docs were fixed + 2002-05-10 Daniel Elstner [ merge from stable ] diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c index b6472fe728..aa3fa9a42e 100644 --- a/gtk/gtkfilesel.c +++ b/gtk/gtkfilesel.c @@ -1171,7 +1171,7 @@ gtk_file_selection_set_filename (GtkFileSelection *filesel, * @filesel: a #GtkFileSelection * * This function returns the selected filename in the on-disk encoding - * (See g_filename_from_utf8()), which may or may not be the same as that + * (see g_filename_from_utf8()), which may or may not be the same as that * used by GTK+ (UTF-8). To convert to UTF-8, call g_filename_to_utf8(). * The returned string points to a statically allocated buffer and * should be copied if you plan to keep it around. diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index 44c2984204..18fc239d52 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -313,7 +313,7 @@ _gtk_plug_remove_from_socket (GtkPlug *plug, * @plug: a #GtkPlug. * @socket_id: the XID of the socket's window. * - * Finish the Initialization of @plug for a given #GtkSocket identified by + * Finish the initialization of @plug for a given #GtkSocket identified by * @socket_id. This function will generally only be used by classes deriving from #GtkPlug. **/ void @@ -330,7 +330,7 @@ gtk_plug_construct (GtkPlug *plug, * #GtkSocket. * @socket_id: the XID of the socket's window. * - * Finish the Initialization of @plug for a given #GtkSocket identified by + * Finish the initialization of @plug for a given #GtkSocket identified by * @socket_id which is currently displayed on @display. * This function will generally only be used by classes deriving from #GtkPlug. **/ @@ -387,7 +387,7 @@ gtk_plug_new (GdkNativeWindow socket_id) * @display : the #GdkDisplay on which @socket_id is displayed * @socket_id: the XID of the socket's window. * - * Create a new plug widget inside the GtkSocket identified by socket_id. + * Create a new plug widget inside the #GtkSocket identified by socket_id. * * Return value: the new #GtkPlug widget. */ diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index df5bbdb0f2..50a0f5fc32 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -4657,7 +4657,7 @@ gtk_widget_get_screen (GtkWidget *widget) * screen, and all widgets added into a heirarchy with a toplevel * window at the top. * - * Return value: %TRUE if there is a #GdkScreen assoicated + * Return value: %TRUE if there is a #GdkScreen associcated * with the widget. **/ gboolean diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index f06bfab8e4..779be00b44 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -5384,7 +5384,7 @@ gtk_window_begin_move_drag (GtkWindow *window, /** * gtk_window_set_screen: * @window: a #GtkWindow. - * @screen: a #GtkScreen. + * @screen: a #GdkScreen. * * Sets the #GdkScreen where the @window is displayed; if * the window is already mapped, it will be unmapped, and -- 2.30.2